Good <insert time of day here>, 

Thank you for your time in teaching us this semester. 

A couple points to mention for the setup of this program, I tested this on 2 computers that I had available so it should work, but please feel free to let me know if you run into any issues.

1. I used MongoDB for the database portion (I am trying to get an Atlas connection to work but as of yet I am unsuccessful, if that changes I will email you the changed version), for the time being however a Mongo connection must be made manually. Below is the connection string that you will need to make that shouldn't have any issues. 

Connection String: mongodb://localhost:27017/HighScores
Name: HighScores (I used this but I don't think this actually matters)

2. (For this part I'm assuming you will have already known to do this but I'm putting it here for posterity) From either terminal or PowerShell, navigate to the backend folder and enter "npm start", you will know it worked properly if the last two lines say "Server running on http://localhost:5000" "Connected to MongoDB"
	Note: If you get an error about being unable to run scripts you may need to run the following from an elevated PowerShell, 
		set-executionpolicy RemoteSigned

3. Feel free to reach out with any questions or comments. 

Thank you and have a great holiday!

Justin Whitt